home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / doorware / horos003.zip / QUIKUP.DOC < prev    next >
Text File  |  1996-01-03  |  791b  |  33 lines

  1. These are really brief docs!  So hang in there...
  2.  
  3.  
  4. . Edit DOOR.BAT to suit your system.
  5.  
  6. . Type LOCAL.BAT to check the program locally.
  7.  
  8. . Send Don some suggestions. :)
  9.  
  10. I have it my front end set up to exit upon receipt of files. Then
  11. in my batch file that runs the mailer I have :
  12.  
  13. aftermail:
  14.   Rem do typical mail stuff here....
  15.   if exist d:\im\files\planet.zi? then goto planet
  16. goto start
  17.  
  18. planet:
  19.  cd \bbs\planet
  20.  call update.bat
  21.  cd \im
  22. goto start
  23.  
  24. This makes for *EASY* auto-updates!  Basically what I'm doing
  25. is pkunzip'ing all planet.zip, planet.zi1, planet.zi2, etc.. files,
  26. extracting just the *.txt files to the door directory, and don't
  27. forget the '-o' switch to overwrite existing files. :)
  28.  
  29. That should do it for ya!
  30.  
  31. Don, DataPlus Software
  32.  
  33.